Index: ecommerce/template/catalog/ProductDetail.ftl
===================================================================
--- ecommerce/template/catalog/ProductDetail.ftl	(revision 1806257)
+++ ecommerce/template/catalog/ProductDetail.ftl	(working copy)
@@ -367,7 +367,6 @@
           <#assign productLargeImageUrl = firstLargeImage />
         </#if>
         <#if productLargeImageUrl?string?has_content>
-        ${productLargeImageUrl!}===
           <a href="javascript:popupDetail();">
             <img id="detailImage" src="<@ofbizContentUrl>${contentPathPrefix!}${productLargeImageUrl?html}</@ofbizContentUrl>"
                 name="mainImage" vspace="5" hspace="5" class="cssImgXLarge" alt=""/>
@@ -397,7 +396,6 @@
       <#-- Product image/name/price -->
       <div id="detailImageBox">
         <#assign productLargeImageUrl = productContentWrapper.get("LARGE_IMAGE_URL", "url")! />
-          <label>${productLargeImageUrl}</label>
         <#-- remove the next two lines to always display the virtual image first (virtual images must exist) -->
         <#if firstLargeImage?has_content>
           <#assign productLargeImageUrl = firstLargeImage />
